.site-auth {
	font-style: normal;
	float: right;
}
#auth-wrap .login {
	position: relative;
	margin: 8px 0;
	padding: 20px;
	width: 310px;
	background: white;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
	box-sizing: content-box;
}
#auth-wrap .login, #auth-wrap .login *, #auth-wrap .logout-btn, #auth-wrap .logout-btn * {
	box-sizing: content-box;
	color: initial !important;
}
#auth-wrap .login:before, #auth-wrap .logout-btn:before {
	content: '';
	position: absolute;
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	z-index: -1;
	background: rgba(0, 0, 0, 0.08);
	border-radius: 4px;
}
#auth-wrap .logout-btn:before {
	border-radius: 0;
	top: 7px;
}
#auth-wrap .login h1 {
	margin: -20px -20px 21px;
	line-height: 40px;
	font-size: 15px;
	font-weight: bold;
	color: #555 !important;
	text-align: center;
	text-shadow: 0 1px white;
	background: #f3f3f3;
	border-bottom: 1px solid #cfcfcf;
	border-radius: 3px 3px 0 0;
	background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
	background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
	background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
	background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
	-webkit-box-shadow: 0 1px whitesmoke;
	box-shadow: 0 1px whitesmoke;
	padding: 0;
	text-transform: none;
}
#auth-wrap .login p {
	margin: 20px 0 0;
}
#auth-wrap .login p:first-child {
	margin-top: 0;
}
#auth-wrap .login input[type=text], #auth-wrap .login input[type=password] {
	width: 278px;
}
#auth-wrap .login p.remember_me {
	float: left;
	line-height: 31px;
}
#auth-wrap .login p.remember_me label {
	font-size: 12px;
	color: #777;
	cursor: pointer;
}
#auth-wrap .login p.remember_me input {
	position: relative;
	bottom: 1px;
	margin-right: 4px;
	vertical-align: middle;
}
#auth-wrap .login p.submit {
	text-align: right;
}

#auth-wrap .login-help {
	margin: 20px 0;
	font-size: 11px;
	color: white;
	text-align: center;
	text-shadow: 0 1px #2a85a1;
}
#auth-wrap .login-help a {
	color: #cce7fa;
	text-decoration: none;
}
#auth-wrap .login-help a:hover {
	text-decoration: underline;
}

#auth-wrap :-moz-placeholder {
	color: #c9c9c9 !important;
	font-size: 13px;
}

#auth-wrap ::-webkit-input-placeholder {
	color: #ccc;
	font-size: 13px;
}

#auth-wrap input {
	font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
	font-size: 14px;
}

#auth-wrap input[type=text], #auth-wrap input[type=password] {
	margin: 5px;
	padding: 0 10px;
	width: 200px;
	height: 34px;
	color: #404040;
	background: white;
	border: 1px solid;
	border-color: #c4c4c4 #d1d1d1 #d4d4d4;
	border-radius: 2px;
	outline: 5px solid #eff4f7;
	-moz-outline-radius: 3px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
#auth-wrap input[type=text]:focus, #auth-wrap input[type=password]:focus {
	border-color: #7dc9e2;
	outline-color: #dceefc;
	outline-offset: 0;
}

#auth-wrap input[type=submit], #auth-wrap .logout-btn {
	padding: 0 18px;
	height: 29px;
	font-size: 12px;
	font-weight: bold;
	color: #527881 !important;
	text-shadow: 0 1px #e3f1f1;
	background: #cde5ef;
	border: 1px solid;
	border-color: #b4ccce #b3c0c8 #9eb9c2;
	border-radius: 16px;
	outline: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: border-box;
	background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
	background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
	background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
	background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
	-webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
	margin-top: 20px;
	width: 26%;
}
#auth-wrap .logout-btn {
	background: #fff none repeat scroll 0 0;
	border-color: unset;
	color: unset;
	float: right;
	position: relative;
	line-height: 27px;
	margin-top: 0;
	text-align: center;
	top: -8px;
	border-radius: 4px;
}
#auth-wrap .logout-btn:hover {
	cursor: pointer;
	background-color: #fbed9e;
}
#auth-wrap input[type=submit]:active {
	background: #cde5ef;
	border-color: #9eb9c2 #b3c0c8 #b4ccce;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

#auth-wrap .lt-ie9 input[type=text], #auth-wrap .lt-ie9 input[type=password] {
	line-height: 34px;
}
#auth-wrap .submit {
	padding: 0 5px;
}
#auth-response {
	float: left;
	font-size: 12px;
	margin-top: 20px;
	padding-right: 4%;
	width: 70%;
	text-align: left;
}
#auth-wrap {
	left: 50%;
	margin-left: -165px;
	position: fixed;
	top: 30%;
	z-index: 1002;
	display: none;
}
#fade2 {
	opacity: 0.6;
	position: fixed;
	background-color: black;
		display: none;
		height: 100%;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 1001;
}
.auth-close-btn {
		background: rgba(0, 0, 0, 0) url("images/close.png") no-repeat scroll 0 0;
		cursor: pointer;
		display: block;
		height: 31px;
		position: absolute;
		right: 6px;
		top: 12px;
		width: 31px;
		z-index: 1;
}
.auth-close-btn:hover {
	background: rgba(0, 0, 0, 0) url("images/close-hover.png") no-repeat scroll 0 0;
}
.login .allbases {
	text-align: left;
}
.login .allbases div {
	display: flex;
	width: 100%;
	border: 1px solid #bca417;
	height: 67px;
	background-color: #fbed9e;
	text-align: center;
	margin-top: -1px;
	justify-content: center;
}
.login .allbases div span, #auth-wrap .logout-btn span {
	vertical-align: middle;
	line-height: 67px;
	display: flex;
	color: #333;
	white-space: nowrap;
	font-size: 12px;
	align-items: center;
}
#auth-wrap .logout-btn span {
	line-height: unset;
	font-weight: normal;
	display: block;
}
.login .allbases div:hover {
	cursor: pointer;
}
.login .allbases span:hover {
	color: #333;
	text-decoration: underline;
}
.login .allbases div span img {
	margin-right: 4px;
}

#floatingBarsG{
	position:relative;
	width:17px;
	height:21px;
	margin-left:60%;
}

.blockG{
	position:absolute;
	background-color:rgb(255,255,255);
	width:3px;
	height:7px;
	border-radius:2px 2px 0 0;
		-o-border-radius:2px 2px 0 0;
		-ms-border-radius:2px 2px 0 0;
		-webkit-border-radius:2px 2px 0 0;
		-moz-border-radius:2px 2px 0 0;
	transform:scale(0.4);
		-o-transform:scale(0.4);
		-ms-transform:scale(0.4);
		-webkit-transform:scale(0.4);
		-moz-transform:scale(0.4);
	animation-name:fadeG;
		-o-animation-name:fadeG;
		-ms-animation-name:fadeG;
		-webkit-animation-name:fadeG;
		-moz-animation-name:fadeG;
	animation-duration:1.2s;
		-o-animation-duration:1.2s;
		-ms-animation-duration:1.2s;
		-webkit-animation-duration:1.2s;
		-moz-animation-duration:1.2s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#rotateG_01{
	left:0;
	top:8px;
	animation-delay:0.45s;
		-o-animation-delay:0.45s;
		-ms-animation-delay:0.45s;
		-webkit-animation-delay:0.45s;
		-moz-animation-delay:0.45s;
	transform:rotate(-90deg);
		-o-transform:rotate(-90deg);
		-ms-transform:rotate(-90deg);
		-webkit-transform:rotate(-90deg);
		-moz-transform:rotate(-90deg);
}

#rotateG_02{
	left:2px;
	top:3px;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
	transform:rotate(-45deg);
		-o-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
}

#rotateG_03{
	left:7px;
	top:1px;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
	transform:rotate(0deg);
		-o-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
}

#rotateG_04{
	right:2px;
	top:3px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
	transform:rotate(45deg);
		-o-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
}

#rotateG_05{
	right:0;
	top:8px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
	transform:rotate(90deg);
		-o-transform:rotate(90deg);
		-ms-transform:rotate(90deg);
		-webkit-transform:rotate(90deg);
		-moz-transform:rotate(90deg);
}

#rotateG_06{
	right:2px;
	bottom:2px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
	transform:rotate(135deg);
		-o-transform:rotate(135deg);
		-ms-transform:rotate(135deg);
		-webkit-transform:rotate(135deg);
		-moz-transform:rotate(135deg);
}

#rotateG_07{
	bottom:0;
	left:7px;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
	transform:rotate(180deg);
		-o-transform:rotate(180deg);
		-ms-transform:rotate(180deg);
		-webkit-transform:rotate(180deg);
		-moz-transform:rotate(180deg);
}

#rotateG_08{
	left:2px;
	bottom:2px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
	transform:rotate(-135deg);
		-o-transform:rotate(-135deg);
		-ms-transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
		-moz-transform:rotate(-135deg);
}



@keyframes fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

.auth-enter {
		width: 60%;
		float: left;
}